google.golang.org/grpc/internal/transport.http2Client.streamsQuotaAvailable (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L111: 	streamsQuotaAvailable chan struct{}
		http2_client.go#L343: 		streamsQuotaAvailable: make(chan struct{}, 1),
		http2_client.go#L774: 			ch = t.streamsQuotaAvailable
		http2_client.go#L800: 			case t.streamsQuotaAvailable <- struct{}{}:
		http2_client.go#L938: 			case t.streamsQuotaAvailable <- struct{}{}:
		http2_client.go#L1234: 				close(t.streamsQuotaAvailable) // wake all of them up.
		http2_client.go#L1235: 				t.streamsQuotaAvailable = make(chan struct{}, 1)